home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 1
/
Amiga Tools.iso
/
egs-tools
/
egs_demo-version
/
egs_devels
/
c-include
/
egb
/
gbradio.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-06
|
1KB
|
47 lines
#ifndef EGS_EGB_GBRADIO_H
#define EGS_EGB_GBRADIO_H
/***************************************************************************\
*
* $
* $ FILE : gbradio.h
* $ VERSION : 1
* $ REVISION : 2
* $ DATE : 07-Feb-93 20:03
* $
* $ Author : mvk
* $
*
*****************************************************************************
* *
* (c) Copyright 1990/93 VIONA Development *
* All Rights Reserved *
* *
\***************************************************************************/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef EGS_EGSINTUI_H
#include <egs/egsintui.h>
#endif
#ifndef EGS_EGSGADBOX_H
#include <egs/egsgadbox.h>
#endif
#define EGB_NoneSelected -1
typedef struct EGB_RadioGadget *EGB_RadioGadgetPtr;
struct EGB_RadioGadgetStruct {
struct EI_MasterGadget Master;
WORD Selected;
WORD Pad;
EI_BoolGadPtr SelGad;
};
typedef struct EGB_RadioGadgetStruct EGB_RadioGadget;
#endif /* EGS_EGB_GBRADIO_H */